home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / telecomm / 515 / multi1_1 / multiple.txt < prev   
Text File  |  1991-10-21  |  4KB  |  87 lines

  1. Download file(s) V 1.1 instructions.
  2. by Fred H. Koch [F.KOCH]
  3.  
  4. V 1.1 changes
  5.  
  6. This is an update of my previous script.  It has been corrected to work
  7. with the new GEnie library structure.  A path may now be entered for the
  8. file description if desired, this path will be used in stead of the
  9. default path if one was entered in the script. The download error file is
  10. now automatically deleted each time the script is run.
  11.  
  12. If you read the instructions for the previous version you need not read
  13. the information below.
  14.  
  15.  
  16. GENERAL DESCRIPTION
  17.  
  18. This is an ST Aladdin script which will download one or more files using
  19. ST Aladdin.  Single file download allows saving the file description,
  20. multiple file download uses Zmodem batch.  The script is set-up for the ST
  21. and Aladdin Round Table libraries.  Any library page may be entered for
  22. script use.  Additional RT libraries may be added.  Any library page
  23. entered while running the script must have option 3 as the library option
  24. and option 6 in the library menu as download.  This should now be true for
  25. all libraries on GEnie.
  26.  
  27. After the script is run, it will ask for the file name or number, either
  28. may be entered and they may be mixed for multiple file downloads.  The
  29. script will abort if a file is not found in the selected library. 
  30. Pressing ESC will about the script at any time.  If the script is aborted
  31. for a file not found error during multiple downloading, the file which was
  32. not found will be listed in the DLERROR.TXT file.  This file will be found
  33. in the same folder as the Aladdin program, unless an error path is added
  34. to the script.
  35.  
  36. If the Logon is not successful, the script will ask if you would like to
  37. try again.  If you respond with Y, the script will immediately try to
  38. logon to GEnie again.  This was added for those who occasionally run into
  39. busy phone lines and need to dial multiple times.  It prevents having to
  40. reenter the script information.  If new info is desired, rerun the script.
  41.  
  42.  
  43. GETTING THE SCRIPT RUNNING
  44.  
  45. To get the script running, you will need to paste it into the ST Aladdin
  46. script file.  Aladdin is limited to scripts numbered 3-9.  If you already
  47. have 9 scripts you will need to delete one to get the script to work.
  48.  
  49. To paste the script into the script file, choose Edit User Scripts from
  50. the file menu.  The script file will be loaded with the cursor at the end
  51. of the file.  If there are less than 9 scripts you can just choose Paste
  52. File from the edit menu and select DOWNLOAD.SPT.   The script number will
  53. need to be changed to the last number not used, ie. if there were 6
  54. scripts before pasting the download script, change the script number to 7.
  55. If there are already 9 scripts one will need to be deleted and the new
  56. script pasted in its place.
  57.  
  58. Once the new script is pasted and the script number changed, click on the
  59. window close box, or press ESC to save the new script file.
  60.  
  61. The script is now ready to use.
  62.  
  63.  
  64. SCRIPT MODIFICATIONS
  65.  
  66. The script has several comments within the script text which provide
  67. instructions on how to modify the script to meet your own needs.
  68.  
  69. A download path for the file description, error message file and Zmodem
  70. download can be specified.  Just provide the desired path for the CAPTURE
  71. and/or ZMODEM commands and delete the ; in front of the commands.  Be sure
  72. to delete the original CAPTURE command when inserting the new one with the
  73. path.  Be sure the path you specify actually exists, the script will not
  74. create folders.
  75.  
  76. Additional RT libraries can be added by inserting the required page number
  77. in the unused places in the script.  One empty space is provided, if
  78. additional places are needed, just duplicate the empty space.  For easy
  79. reference, place the letters which will specify the added libraries in the
  80. opening comments by added a NOTE command similar to those already in the
  81. script.
  82.  
  83. The script is heavily commented to allow any other changes I have not
  84. thought of.  Feel free to experiment, that is how new scripts are written.
  85.  
  86. Any problems let me know.
  87.